Action hook 'after_theme_row_{$stylesheet}'

in WP Core File wp-admin/includes/class-wp-ms-themes-list-table.php at line 1038

Description

Fires after each specific row in the Multisite themes list table. The dynamic portion of the hook name, `$stylesheet`, refers to the directory name of the theme, most often synonymous with the template name of the theme.

Occurrences

Filename Line Number
wp-admin/includes/class-wp-ms-themes-list-table.php 1038

Parameters

Type Name Description
string $stylesheet Directory name of the theme.
WP_Theme $theme Current WP_Theme object.
string $status Status of the theme.

PHP Doc

/**
		 * Fires after each specific row in the Multisite themes list table.
		 *
		 * The dynamic portion of the hook name, `$stylesheet`, refers to the
		 * directory name of the theme, most often synonymous with the template
		 * name of the theme.
		 *
		 * @since 3.5.0
		 *
		 * @param string   $stylesheet Directory name of the theme.
		 * @param WP_Theme $theme      Current WP_Theme object.
		 * @param string   $status     Status of the theme.
		 */